Random Integers


(make-randomseed) procedure
$\Longrightarrow$ thunk

make-random takes a seed which is a fixnum and returns a thunk thunk . The thunk returns a new pseudo-random integer integer , x, in the range most-negative-fixnum < = x < = most-positive-fixnum each time it is invoked.